EVENT_ TYPE_ ENTER
Represents an "enter" event for a beacon region. Use this constant to check the getPingType of a beacon event.
if ((beacon.getPingType() & Beacon.EVENT_TYPE_ENTER) == Beacon.EVENT_TYPE_ENTER) {
// Handle enter event
}
Content copied to clipboard